h1, body, html {
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;
	overflow: hidden;
}
.top{
	width: 100%;
	height: 69px;
	background: url(/dist/newHomePage/images/top_bg.png);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}
.top .topbox{
	width: 1200px;
	margin: 0 auto;
}
.top .topbox #logos{
	float: left;
	margin-top: 15px;
}
.top .topbox #download_txt{
	float: right;
	margin-top: 22px;
	margin-right: 50px;
}
.top .topbox #tel_icon{
	float: right;
	margin-top: 25px;
	margin-right: 10px;	
}
.top .topbox #tel_txt{
	float: right;
	margin-top: 22px;
}

#container, .section {
	height: 100%;
	position: relative;
}
#section0,  #section1,  #section2 {
	background-color: #000;
	background-size: cover;
	background-position: 50% 50%;
}
#section0 {
	background: url(/dist/newHomePage/images/bg01.jpg) center;
}
#section1 {
	background: url(/dist/newHomePage/images/bg02.jpg) center;
}
#section2 {
	background: url(/dist/newHomePage/images/bg03.jpg) center;
}
.left {
 float: left;
}
.intro {
	position: absolute;
	top: 100px;
	left:50%;
	width: 1200px;
	margin-left: -600px;
}
#section0 .intro .logo{
	margin-left:90px;
	margin-top: 60px;
}
#section0 .intro p{
	width: 500px;
	font-size: 16px;
	font-weight: normal;
	line-height: 40px;
	text-indent: 32px;
	margin-top: 50px;
}
#section0 .intro .con .icon_box{
	margin-top: 50px;
}
#section0 .intro .con .icon_box .li0{
	float: left;
	margin-right: 35px;
	text-align: center;
}
#section0 .intro .con .icon_box .li0 .txt{
	font-size: 16px;
	margin-top: 15px;
}
#section1 .intro .title{
	width: 792px;
	background: url(/dist/newHomePage/images/line01.png) no-repeat center;
	margin-left: 204px;
	text-align: center;
	color: #ffffff;
	font-size: 30px;
	font-weight: normal;
	letter-spacing:20px;
	margin-top: 40px;
	margin-bottom: 40px;
}
#section1 .intro .li1{
	width: 26%;
	margin: 0 3.65%;
	text-align: center;
	float: left;
}
#section1 .intro .li2{
	width: 26%;
	margin: 0 12%;
	text-align: center;
	float: left;
}
#section1 .intro .li1,#section1 .intro .li2{
	margin-top: 50px;
}
#section1 .intro .li1 img,#section1 .intro .li2 img{
	margin-bottom: 15px;
}
#section1 .intro .li1 .txt,#section1 .intro .li2 .txt{
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
}
#section1 .intro .li1 .txt span,#section1 .intro .li2 .txt span{
	font-size: 16px;
	font-weight: bold;
	line-height: 45px;
}
#section1 .intro .foot{
	font-size: 12px;
	text-align: center;
	margin-top: 20px;
	color: #ffffff;	
}

#section2 .intro .title{
	width: 792px;
	background: url(/dist/newHomePage/images/line02.png) no-repeat center;
	margin-left: 204px;
	text-align: center;
	color: #2b70fc;
	font-size: 30px;
	font-weight: normal;
	letter-spacing:20px;
	margin-top: 80px;
	margin-bottom: 40px;
}
#section2 .intro .li3{
	width: 20%;
	text-align: center;
	float: left;
	margin-top: 120px;
}
#section2 .intro .foot{
	font-size: 12px;
	text-align: center;
	margin-top: 230px;
}
#section2 .intro .li3 .txt{
	color: #000000;
	font-size: 18px;
	line-height: 30px;
	margin-top: 20px;
}
#pages {
	position: fixed;
	right: 10px;
	top: 50%;
	list-style: none;
}
#pages li {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	margin: 0 0 10px 5px;
}
#pages li.active {
	width: 14px;
	  height: 14px;
	  border: 2px solid #FFFE00;
	  background: none;
	  margin-left: 0;
	}
#section0 .con {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-animation: sectitle0 1s ease-in-out 100ms forwards;
	animation: sectitle0 1s ease-in-out 100ms forwards;
}

 @-webkit-keyframes 
sectitle0 {
  0% {-webkit-transform: translateX(-100%); 
  	transform: translateX(-100%);}
 100% {-webkit-transform: translateX(0); 
 	transform: translateX(0);}
 @keyframes 
sectitle0 {  
  0% {
 -webkit-transform: translateX(-100%); 
 transform: translateX(-100%);}
 100% {-webkit-transform: translateX(0); 
 	transform: translateX(0);}
}
 @-webkit-keyframes 
